SftTree/NET 2.0

ShowExpandCollapseButtons Property, SftTree Class

Softel vdm, Inc.

Defines whether expand/collapse buttons are shown.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Property ShowExpandCollapseButtons As ShowExpandCollapseButtonsEnum

C#   

public ShowExpandCollapseButtonsEnum ShowExpandCollapseButtons { get; set; }

C++   

public: property ShowExpandCollapseButtonsEnum ShowExpandCollapseButtons {
        ShowExpandCollapseButtonsEnum get();
        void set(ShowExpandCollapseButtonsEnum value);
}

Property Value

The expand/collapse buttons display style.

ShowExpandCollapseButtonsEnum

Value

Description

None

0

No expand/collapse buttons are shown.

AllLevels

1

Expand/collapse buttons are shown on all item levels, based on each item's ExpandCollapseButton property.

The default value is ShowExpandCollapseButtonsEnum.AllLevels.

Comments

The ShowExpandCollapseButtons property defines whether expand/collapse buttons are shown.

The ButtonLook property is used to define the appearance of expand/collapse buttons.

Expand/collapse buttons are optional and are displayed in the hierarchy area of the hierarchy column. They are only shown if a hierarchy column has been defined (ColumnClass.ShowHierarchy).


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com